Release 10.1A: OpenEdge Development:
ADM Reference
assignQuerySelection
SmartBusinessObject version of this where-clause function. It separates the Columns by SmartDataObject and appropriately passes on the columns, their values, and operators.
Location: sbo.p Parameters:INPUT pcColumns AS CHARACTERComma-separated list of column names.
INPUT pcValues AS CHARACTERCHR(1)-separated list of the corresponding values.
INPUT pcOperators AS CHARACTEROperator (one for all columns):
- A blank defaults to (EQ).
- A slash defines alternative string operators (EQ/BEGINS, and so forth).
Returns: LOGICAL Notes: All columns must be qualified by their SmartDataObject Objectname as TableName. This name is replaced with RowObject when the columns are passed on to the SmartDataObject.- A comma-separated list for each column/value.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |